ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Base​16 Color Schemes

by chriskempson ALL

Base16 for TextMate & Sublime

Labels color scheme

Details

  • 2022.08.17.16.29.16
  • github.​com
  • 3 years ago
  • 21 minutes ago
  • 13 years ago

Installs

  • Total 169K
  • Win 118K
  • Mac 30K
  • Linux 21K
Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25
Windows 1 7 6 12 6 4 5 4 4 9 4 4 3 8 8 5 6 8 8 9 13 7 19 9 7 10 6 9 7 3 3 3 6 9 6 13 4 10 5 9 11 9 8 8 6 11
Mac 0 3 0 1 0 1 7 3 0 2 1 1 0 2 0 0 1 1 1 3 3 1 0 1 2 1 1 1 1 1 0 1 2 0 1 4 1 2 0 1 0 0 0 1 1 3
Linux 0 0 1 0 0 0 0 5 0 2 1 1 2 3 2 2 1 0 1 2 1 4 0 0 1 0 2 1 0 1 1 1 1 2 2 1 2 2 2 2 0 1 2 1 1 4

Readme

Source
raw.​githubusercontent.​com

Base16 for TextMate & Sublime Text 2/3

See the Base16 repository for more information. This theme was built with Base16 Builder PHP.

Base16 TextMate Dark Base16 TextMate Light

Installation

TextMate 1

cd ~/Library/Application\ Support/TextMate/Themes
git clone git://github.com/chriskempson/base16-textmate.git Base16
cp Base16/Themes/*.tmTheme .

TextMate 2

mkdir -p ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
cd ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
git clone git://github.com/chriskempson/base16-textmate.git Base16.tmbundle

Sublime Text 2

OS X:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/chriskempson/base16-textmate.git Base16

Windows:

cd %APPDATA%\Sublime Text 2\Packages\User
git clone git://github.com/chriskempson/base16-textmate.git Base16

Sublime Text 3

OS X:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone git://github.com/chriskempson/base16-textmate.git Base16

Windows:

cd %APPDATA%\Sublime Text 3\Packages\User
git clone git://github.com/chriskempson/base16-textmate.git Base16

Linux

cd ~/.config/sublime-text-3/Packages/
git clone git://github.com/chriskempson/base16-textmate.git Base16

Update

TextMate 1

cd ~/Library/Application\ Support/TextMate/Themes/Base16
git pull
cp -f Themes/*.tmTheme ..

TextMate 2

cd ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles/Base16.tmbundle
git pull

Sublime Text 2

OS X:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Base16
git pull

Windows:

cd %APPDATA%\Sublime Text 2\Packages\User
git pull

Sublime Text 3

OSX:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Base16
git pull

Windows:

cd %APPDATA%\Sublime Text 3\Packages\User\Base16
git pull

Linux

cd ~/.config/sublime-text-3/Packages/Base16
git pull